/*通知*/
.notice_all{
    height: 100px;
    background: none;
}
.notice_all .notice{
    /*width: 1200px;*/
    /*margin: 0 auto;*/
    /*height: 100px;*/
    /*background: url("/images2/notice.jpg") no-repeat;*/

    width: 1920px;
    margin: 0 auto 0 -980px;
    height: 100px;
    background: url("/images2/notice.jpg") no-repeat;
    position: absolute;
    left: 50%;
    cursor: pointer;
}
.header a#notice_exist{
    display: block;
    width: 15px;
    height: 15px;
    background: url("/images2/notice_btn.png") no-repeat ;
    position:absolute;
    top:5px;
    right: 5px;
    background-size: 15px 15px;
}
.header a#notice_exist:hover{
    background: url("/images2/notice_btn.png") no-repeat ;
    background-size: 15px 15px;
}

.header a#notice_exist_no{
    display: block;
    width: 15px;
    height: 15px;
    background:#c4c4c4 url("/images2/notice_btn.png") no-repeat 0 -15px;
    position:absolute;
    top:5px;
    right: 5px;
    z-index: 10;
    background-size: 15px 15px;
}
.header #notice_exist_no:hover{
    background:#939393 url("/images2/notice_btn.png") no-repeat 0 -15px;
    background-size: 15px 15px;
}
/*通知 end*/